home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_210 / PlaceObject2_197_48 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  253 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    this._x = _root.ufo1._x;
  3.    if(_root.hero.hitTest(this) && _root.hero._y == 258.3)
  4.    {
  5.       this.gotoAndPlay(2);
  6.       fx2.start();
  7.       fx2.setVolume(100);
  8.    }
  9.    else
  10.    {
  11.       this.gotoAndStop(1);
  12.    }
  13. }
  14.